GetResourceContentRequest

data class GetResourceContentRequest(frameId: FrameId, url: String)

Represents request frame that can be used with Page#getResourceContent operation call.

Returns content of the given resource.

See also

Constructors

GetResourceContentRequest
Link copied to clipboard
fun GetResourceContentRequest(frameId: FrameId, url: String)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Frame id to get resource for.
url
Link copied to clipboard
val url: String
URL of the resource to get content for.

Sources

jvm source
Link copied to clipboard